home *** CD-ROM | disk | FTP | other *** search
- 188
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- ClipWindow
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baClipWindow removes the edges from a window.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baClipWindow( WindowHandle, Left, Top, Right, Bottom, Border, Remove )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer, integer, integer, integer, integer, integer, integer.
- --- RECORDSEPARATOR ---
- WindowHandle is the handle of the window to change
- --- RECORDSEPARATOR ---
- Left is the amount of the window to remove from the left edge
- --- RECORDSEPARATOR ---
- Top is the amount of the window to remove from the top edge
- --- RECORDSEPARATOR ---
- Right is the amount of the window to remove from the right edge
- --- RECORDSEPARATOR ---
- Bottom is the amount of the window to remove from the bottom edge
- --- RECORDSEPARATOR ---
- If Border is true, then the window border is removed first
- --- RECORDSEPARATOR ---
- If Remove is true, then the window is clipped; if false then any previous clipping is
- --- RECORDSEPARATOR ---
- removed and the window is restored to it's normal state.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- baClipWindow( 2459 , 10 , 20 , 10 , 10 , true, true )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- baClipWindow( 2459 , 10 , 20 , 10 , 10 , true, true )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- If you specify to remove the border first, then the window's menu bar and borders
- --- RECORDSEPARATOR ---
- are removed first, then the window is clipped by the amount specified.